home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / mdefs.h < prev    next >
C/C++ Source or Header  |  1991-07-13  |  395b  |  29 lines

  1. /*
  2. (c) Copyright Taiichi Yuasa and Masami Hagiya, 1984.  All rights reserved.
  3. Copying of this file is authorized to users who have executed the true and
  4. proper "License Agreement for Kyoto Common LISP" with SIGLISP.
  5. */
  6.  
  7. /*
  8. */
  9.  
  10.  
  11. #ifdef __GNUC__
  12. #ifndef alloca
  13. #define alloca __builtin_alloca
  14. #endif
  15. #endif
  16.  
  17.  
  18. #ifdef UNIX
  19. #define    isalphanum(x)    isalnum(x)
  20. #endif
  21.  
  22.  
  23.  
  24. /*#ifdef ATT   
  25. #else
  26. #endif
  27. */
  28.  
  29.